This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I had the same issue with the tabbed panel validation and don't know if you sorted out or not, but I came up with this.
Define the onclick event on each tabPanels of your tabbedPanel and add the following code:
var tab:com.ibm.xsp.component.UITabbedPanel = getComponent(<id_of_tabbedPanel>);
tab.setSelectedTab(<id_of_tab>);
Can use full update or partail update to refresh only the content part of the page and check the "No data validation" checkbox.
Another alternative is to use viewScope or sessionScope variables and set the name of the tab you select, like viewScope.selectedTab = "tabPanel1". Then put viewScope.selectedTab expression in the tabbedPanel's selectedTab property.
Tibor
Feedback response number WEBB7SWBYW created by ~Ben Quettumigennivu on 06/11/2009